LISTENER ANGLE Y

This command will return the current Y angle of the listeners direction.

  Syntax
Return Float=LISTENER ANGLE Y()
  Returns

The command will return the current Y angle of the listeners direction

  Example Code
cls
load sound "man.wav",1
play sound 1
print" Y angle of the listeners direction "+str$(listener angle y())
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index